home *** CD-ROM | disk | FTP | other *** search
- This directory contains some sample showtext scripts.
- The scripts have a suffix of .st, but that is up to you.
-
- errtest.st :
- Tests if... commands in (hopefully) all cases.
-
- sample1.st :
- Shows all attributes and colors (assuming you are in front of
- a color capable console).
- Shows the possibility to call external commands, including
- showtext itself and finally leaves curses mode.
-
- sample2.st :
- is called by sample1.st in a [system showtext sample2.st]
-
- sample3.st :
- Shows how to handle user input and acting upon that.
-
- sample4.st :
- This one is taken from our BBS, it is an alpha version of our
- main menue :-)
- Notice the "macro" at the beginning of the file.
-
- sample5.st :
- Shows how to input strings and stores the input in text files.
- Note that %HOME and the trailing /.userinfo.dat is seperated
- by a space. This is necessary, because the algorithm for
- detecting the end of a variable name looks for a white space.
- This delimiter will be suppressed in output. If you need a
- space, quote it.
-
- sample6.st :
- Defines a prompt that shows the remaining online time.
-
-